@media (min-width: 992px) {
    #brandng .top-banner .bkg-image picture,
    #brandng .top-banner .bkg-image picture img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center 20% !important;
        display: block !important;
        position: static !important;
        transform: none !important;
        min-width: unset !important;
        min-height: unset !important;
        left: unset !important;
        top: unset !important;
    }
    #brandng.home .top-banner .bkg-image picture img {
        transform: none !important;
    }
}
#brandng .top-banner .banner-content .body .title {
    line-height: 1.1666;
    color: #1a65b2;
}
@media (min-width: 992px) {
    #brandng .top-banner .banner-content .body .title {
        font-size: 3.125rem;
    }
}
@media (min-width: 768px) {
    #brandng .top-banner .banner-content .risk-image {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: flex-start;
        position: relative;
    }
    #brandng .top-banner .banner-content .risk-image .risk-icon {
        transform: scale(1);
        bottom: unset;
        position: relative;
    }
}
@media (min-width: 992px) {
    #brandng .top-banner .banner-content .risk-image .risk-icon {
        transform: scale(1);
    }
}
@media (min-width: 992px) {
    #brandng.home .image-body-text.align-ht {
        min-height: 560px;
    }
    #brandng.home.fra .image-body-text.align-ht {
        min-height: 604px;
    }

}